home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -screenplay- / otherstuff / rebootstart / reboot-start < prev    next >
Text File  |  1999-06-15  |  1KB  |  22 lines

  1. ;© 1999 script by Aldo Bianchi
  2.  
  3. getpath                                     ;not remove this entry
  4. mount rad1:                                 ;not remove this entry
  5. makedir rad1:s rad1:c                       ;not remove this entry
  6. copy >nil: startup-sequence rad1:s          ;not remove this entry
  7. copy >nil: env:programpath rad1:            ;not remove this entry
  8. sys:                                        ;not remove this entry
  9. getpath                                     ;not remove this entry
  10. copy >nil: env:programpath rad1:s           ;not remove this entry
  11. copy >nil: sys:c/assign rad1:c              ;not remove this entry
  12. copy >nil: sys:c/execute rad1:c             ;not remove this entry
  13. Bootcontrol remove quiet                    ;not remove this entry
  14. Bootcontrol Install Quiet Mode=Pal GFX=Best ;You can change this entry see below ..!!
  15. reboot                                      ;not remove this entry
  16.  
  17. ;IMPORTANT:you can change Bootcontrol options: (default works fine)
  18. ;GFX=Old ......boot your computer with old chipset
  19. ;GFX=Ecs.......boot your computer with enchanced chipset
  20. ;MODE=NTSC.....force the game to run in NTSC mode
  21. ;see also Bootcontrol's docs (AMINET/bootcontol.lha)
  22.